home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / fp_adpcm / cdripper / cdripper.doc < prev    next >
Text File  |  1995-08-25  |  2KB  |  82 lines

  1.  
  2.                     -----------------------------------
  3.                     *** Flowerpower's ADPCM package ***
  4.                     -----------------------------------
  5.  
  6.                           CDRipper documentation
  7.  
  8.                This software package is in the public domain.
  9.                        Do with it whatever you want.
  10.  
  11.  
  12.  
  13. Introduction
  14. ------------
  15.  
  16. This program will rip CD audio data from any audio CD using a Toshiba CDRom
  17. drive  and store this in ADPCM2 or ADPCM3 format.
  18.  
  19. The  loading  routines  are  derived  from  my 14 bit CDPlayer available on
  20. AmiNet.  Sony CDRom support will be added in the next release as well as to
  21. my 14 Bit CDPlayer.
  22.  
  23.  
  24. Technical Info
  25. --------------
  26.  
  27. The  CD-DA data will be converted to MONO and downsampled to 22050Hz.  Then
  28. it will be compressed using ADPCM2 or ADPCM3.  The ADPCM algorithm is taken
  29. from example sourcecodes for the ZyXEL modem's voice files.
  30.  
  31.  
  32. Usage
  33. -----
  34.  
  35. This  is  a  Shell-only program.  Do not try to start it from Workbench.  A
  36. user interface may be added in the future.
  37.  
  38. Template: TRACK/N/A,TO/K/A,BITS/K/N,DEVICE/K,UNIT/K/N
  39.  
  40. Example: CDRipper 5 TO RAM:Sample BITS=3 DEVICE=gvpscsi.device UNIT=2
  41.  
  42.  
  43. TRACK/N/A
  44.  
  45. The  audio  track  to rip.  Be careful:  No further checks are done on that
  46. number!
  47.  
  48. TO/K/A
  49.  
  50. This  keyword  must exist.  After that you must specify a file name to save
  51. the sample to.
  52.  
  53. BITS/K/N
  54.  
  55. Either specify 2 or 3 for ADPCM2 or ADPCM3 compression.  Other values might
  56. be added in the future (e.g.  8 or 16 for saving as IFF or WAV file)
  57.  
  58. DEVICE/K
  59.  
  60. The SCSI device driver to use. This defaults to "scsi.device"
  61.  
  62. UNIT/K/N
  63.  
  64. The SCSI unit to use. This must be a CDRom unit. This defaults to 3.
  65.  
  66.  
  67. The Author
  68. ----------
  69.  
  70. Christian Buchner
  71. Ganghoferstraße 2
  72. 82110 Germering
  73. Germany
  74. Tel.: +49-89-844872
  75.  
  76. EMAIL: flowerp@eikon.e-technik.tu-muenchen.de
  77.  
  78. <flowerp> on irc #amiga and #amigager
  79.  
  80.   //
  81. \X/ Flowerpower
  82.